home *** CD-ROM | disk | FTP | other *** search
/ Megahits 3 / Megahits 3 (1994)(GTI - Rhein-Main-Soft)(DE)[!].iso / transfer / floppy.dms / floppy.adf / s / Startup-Sequence < prev    next >
Text File  |  1994-06-19  |  812b  |  23 lines

  1. c:SetPatch >NIL: r ;patch system functions
  2. Addbuffers df0: 10
  3. ;assign T: Ram:
  4. ;assign ENV: Ram:
  5. cd c:
  6. echo "Amiga Workbench Disk. Release 1.3.2 version 34.32"
  7. Sys:System/FastMemFirst ; move C00000 memory to last in list
  8. BindDrivers
  9. ;SetClock load ;load system time from real time clock (A1000 owners should
  10. ;              ;replace the SetClock load with Date
  11. ;resident >NIL: CLI L:Shell-Seg SYSTEM pure add; activate Shell
  12. ;resident >NIL: c:Execute pure
  13. mount newcon:
  14. ;
  15. failat 11
  16. run execute s:StartupII ;This lets resident be used for rest of script
  17. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  18. ;
  19. SYS:System/SetMap gb ;Activate the ()/* on keypad
  20. path ram: c: sys:utilities sys:system s: ;set path for Workbench
  21. LoadWB delay  ;wait for inhibit to end before continuing
  22. endcli >NIL:
  23.